home *** CD-ROM | disk | FTP | other *** search
- FAILURE.TXT and SUCCESS.TXT files
-
- create two files in the \<fax_server_inst_dir>\cfg directory,
- failure.txt and success.txt. (examples are in this directory.)
- Use the following variables to send particular pieces of information
- to the user. Look at the sample files success.txt and
- failure.txt in this directory)
-
- Note -- these two files MUST be there for notifications to
- work - there's no default behavior for handling the $MSG
- file requestor if these files aren't there. (This could
- be changed ..)
-
-
- %@ = date/time
- %a = #tel# (original destination address)
- %c = #cid# (control id)
- %d = #dst# (recipient name)
- %j = jobid
- %k = call cost
- %l = log messages // preprocessor log messages for that job
- %m = status message
- %n = total pages
- %p = pages sent
- %q = rscid
- %r = "Sent to" or "Failed to Reach", depending ...
- %s = #snd# (sender name)
- %t = elapsed time / duration
- %z = Account
-
-
- NTI_FAIL.TXT and NTI_OK.TXT
-
-
- Similar to the above, but with a different set of variables
- supported. (Supporting only what we had under FG/2)
-
- Place two files, NTI_FAIL.TXT and NTI_OK.txt in the cfg directory.
-
- // %1 = internet address (#nti# parameter)
- // %2 = internet from_address (#nti parameter)
- // %j = jobid
- // %r = "Sent to // Failed to Reach"
- // %d = #dst#
- // %@ = date/time
- // %t = elapsed time
- // %a = #tel#
- // %l = log messages // was %m
- // %c = #cid#
- // %p = page count
- // %m = customized error message
-
-